Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui ld/2003"> 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui ld/2003">
2 <PatchRemove> 2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
4 </PatchRemove> 4 </PatchRemove>
5 <PatchAdd> 5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
7 </PatchAdd> 7 </PatchAdd>
8 8
9 <PropertyGroup> 9 <PropertyGroup>
10 </PropertyGroup> 10 </PropertyGroup>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .PPAPI.$(PlatformToolset).targets'))" /> 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .PPAPI.$(PlatformToolset).targets'))" />
55 </PatchAdd> 55 </PatchAdd>
56 <PatchRemove> 56 <PatchRemove>
57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
58 </PatchRemove> 58 </PatchRemove>
59 <PatchAdd> 59 <PatchAdd>
60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
61 </PatchAdd> 61 </PatchAdd>
62 </Project> 62 </Project>
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698